body{
	margin:0px;
	padding:0px;	
}

#solid{
	width:100%;
	height: auto;
	clear:both;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#solid ul li{
	width:100%;
	height: auto;
	display:none;
	cursor:pointer;
}
#solid ul li img {width: 100%; height: auto;}
#solid #btt{
	width: 100%;
	height:16px;
	bottom:10px;
	position: absolute;
	z-index: 999;
	text-align: center;
}
#solid #btt span{
	position: absolute;
	border-radius: 6px;
	width:12px;
	height:12px;
	background:#3d3d3d;

	text-indent: -9999px;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*
}